bool TryResolve( IEnumerable<KeyValuePair<string,string>> variablesValues, out IAbsolutePath pathResolved, out string failureReason )
Parameters
- variablesValues
- It is the sequence of pairs [variable name/variable value] used to resolve the path.
- pathResolved
- It is the absolute path resolved obtained if this method returns true.
- failureReason
- If false is returned, failureReason contains the plain english description of the failure.